/* Lab CSS*/

/*Define body background and font*/

/*last updated 29 Jun 2011*/

body	{background-image: url(../graphics/clays/sandy%20clay%20lg.JPG);
	font-family: arial, helvetica;
	background-repeat: no repeat;
	}
h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

p3 {
	color: #F30;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;
}
p.grn {
	color: #566047;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}


/*table appearance*/

table

.main {
	border: 3px;
	cell-spacing: 3px;
	cell-padding: 3px;
	background-color: #FFFFCC;
	empty-cells: hide;
	border-width: 6px;
}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	vertical-align: top;
	cell-padding: 3px;
	font-family: arial, helvetica;
	font-size: 14pt;
}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-color: #566047;
}

td.tdilink {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: #0f3b5f;
}


td.title {
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: black;
	text-decoration: none;
}

td.smtitle{
	background-color:#FFFFCC;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;}

td.smtitle2{
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: black;}	




/*This part determines the link appearance*/

a:link{
	font-weight: none;
	
	text-decoration: none;
	color: #566047;}

a:active{
	font-weight: none;
	text-decoration: none;
	color: #566047;}
	
a:visited{
	text-decoration: none;
	color: #566047;
	font-weight: none;}

a:hover{
	font-weight: none;
	text-decoration: underline;
	color: navy;}


a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
